home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / include / packoff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-11  |  116 b   |  9 lines

  1. #ifdef __MSC32__
  2. #pragma pack()
  3. #endif /* __MSC32__ */
  4.  
  5. #ifdef __NDPC__
  6. #pragma Z89
  7. #endif /* __NDPC__ */
  8.  
  9.